'宣言 Public Overloads Shared Function Create( _ Optional ByVal fontSize As System.Nullable(Of Double), _ Optional ByVal fontFamily As System.String, _ Optional ByVal isBold As System.Nullable(Of Boolean), _ Optional ByVal isItalic As System.Nullable(Of Boolean) _ ) As C1Font
public static C1Font Create( System.Nullable<double> fontSize, System.string fontFamily, System.Nullable<bool> isBold, System.Nullable<bool> isItalic )
パラメータ
- fontSize
- fontFamily
- isBold
- isItalic